Revert "Try Wayland before X11"
authorMatthias Clasen <mclasen@redhat.com>
Mon, 16 Sep 2013 12:24:39 +0000 (08:24 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 16 Sep 2013 12:24:39 +0000 (08:24 -0400)
This reverts commit 04d6d622d52d544728563a83e76070748af9e6f4.

clutter and clutter-gtk are not quite ready to deal with this
change, so lets keep the order unchanged for 3.10 and revisit
next cycle.

https://bugzilla.gnome.org/show_bug.cgi?id=707704

gdk/gdkdisplaymanager.c

index 075f507b04bce1bebc8da148cd65370a0fe9eba6..94f857eb52f255e866c7b6246ceba0a28e2640ee 100644 (file)
@@ -267,12 +267,12 @@ static GdkBackend gdk_backends[] = {
 #ifdef GDK_WINDOWING_WIN32
   { "win32",    _gdk_win32_display_open },
 #endif
-#ifdef GDK_WINDOWING_WAYLAND
-  { "wayland",  _gdk_wayland_display_open },
-#endif
 #ifdef GDK_WINDOWING_X11
   { "x11",      _gdk_x11_display_open },
 #endif
+#ifdef GDK_WINDOWING_WAYLAND
+  { "wayland",  _gdk_wayland_display_open },
+#endif
 #ifdef GDK_WINDOWING_BROADWAY
   { "broadway", _gdk_broadway_display_open },
 #endif